Package com.dentreality.spacekit.android.ext

Types

Link copied to clipboard
class AssetIcon(val assetPath: String) : Icon

An icon that is included in the project as raster image in the assets folder.

Link copied to clipboard
interface Icon

An icon that can be converted to a android.graphics.drawable.Drawable

Link copied to clipboard
object IconSource

Source for creating com.dentreality.spacekit.android.ext.Icons from resources or assets.

Link copied to clipboard
interface LocalPath

Represents a path in the local file system that can be represented as a java.io.File resource.

Link copied to clipboard
class ResourceIcon(@DrawableRes val resId: Int) : Icon

An icon that is included in the project as a drawable resource.

Link copied to clipboard
object SpaceKit : SpaceKitKoinComponent

This object handles all data/setup operations required prior to showing the SpaceKit UI, including the loading of HMDF data and checks for requisites such as permissions.

Functions

Link copied to clipboard
fun Activity.requestWifiEnable()

A method for enabling WiFi or opening the device's WiFi settings depending on the platform of the device.